home *** CD-ROM | disk | FTP | other *** search
- #ifndef _FACTORYWINDOW_H_
- #define _FACTORYWINDOW_H_
-
- #ifndef _DELEGATEWINDOW_H_
- #include <pm/DelegateWindow.h>
- #endif
-
- @interface FactoryWindow : DelegateWindow
- {
- HWND owner;
- }
-
- - initIn: (Window *) parent;
- - associate: (HWND) hwnd;
-
- - destroy;
-
- - createInPMWindow: (HWND) hwnd;
-
- -setWindow: (HWND) aWindow;
-
- - (MRESULT) handleMessage: (ULONG) msg
- withParams: (MPARAM) mp1 and: (MPARAM) mp2;
-
- - specialClass;
-
- -read: (TypedStream *) aStream;
- -write: (TypedStream *) aStream;
-
- @end
-
- #endif
-